home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Games / Pentominoes 2.0 / Shell ƒ / music layer.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-15  |  348 b   |  21 lines  |  [TEXT/MMCC]

  1. #ifndef __MY_MUSIC_LAYER_H__
  2. #define __MY_MUSIC_LAYER_H__
  3.  
  4. extern    Boolean                gMusicToggle;
  5. extern    Boolean                gMusicAvailable;
  6.  
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10.  
  11. extern    void InitTheMusic(void);
  12. extern    void StartTheMusic(void);
  13. extern    void CloseTheMusicChannel(void);
  14. extern    Boolean MusicIsPlayingQQ(void);
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19.  
  20. #endif
  21.